projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9f319
)
(x_create_tip_frame): Set window_system.
author
Jason Rumney
<jasonr@gnu.org>
Thu, 17 May 2007 14:19:43 +0000
(14:19 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Thu, 17 May 2007 14:19:43 +0000
(14:19 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 0dbe2131e7faad5fd4c5655b24b7fb7f533ace5f..597eea05fbeede0a0b55c909431f030ec3dc6337 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-7428,6
+7428,8
@@
x_create_tip_frame (dpyinfo, parms, text)
Qnil));
}
+ Fmodify_frame_parameters (frame, Fcons (Fcons (Qwindow_system, Qw32), Qnil));
+
f->no_split = 1;
UNGCPRO;